home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Shells / bsh.lzh / bsh / m < prev    next >
Encoding:
Text File  |  1993-02-14  |  313 b   |  12 lines

  1. local i
  2. if !?PAGER
  3.     local PAGER="More"
  4. endif
  5. foreach i ( $* )
  6.     $PAGER $i
  7. end
  8. # M is presented as is; no warrantee is either expressed or implied
  9. # as to it's suitability to any purpose whatsoever.  You assume all the
  10. # risk for all damage, even if caused by a defect in the software,
  11. # no matter how awful.
  12.